As an Organization user I want to create Containers, File(s) Nodes in one atomic operation.
POST/vfs/api/v2/roots/:rootId/containers/tree
As an Organization user I want to create Containers, File(s) Nodes in one atomic operation.
Request
Responses
- 200
- 201
- 400
- 401
- 403
- 404
- 409
- 500
OK
The root has been created.
The request is bad formatted.
You don't have permission to perform this action.
Forbidden
There no item with this id.
Conflict
Unhandled exception.